Click or drag to resize

ProtectionRule Class

Contains a single protection rule.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeProtectionRule

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ProtectionRule

The ProtectionRule type exposes the following members.

Properties
  NameDescription
Public propertyAction
Identifies what action must be executed if the condition part of the rule matches.
Public propertyIsUserOverridable
Specifies whether the rule is mandatory.
Public propertyName
Identifies the name of the rule.
Public propertyPriority
Specifies the rule priority.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also